'Declaration Public Default Property Item( _ ByVal i As Integer _ ) As T
public T this[ int i ]; {get; set;}
ComArray<T> Class ComArray<T> Members